home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2MISC / CSDPMI1P.ZIP / SRC / CWSDPMI / MAKEFILE.PAR < prev   
Encoding:
Text File  |  1995-12-20  |  213 b   |  13 lines

  1. CFLAGS = -ms -G- -O -Z -a -1 -f- -d -w5 -g12
  2.  
  3. CC=tcc
  4.  
  5. all : cwsparam.exe
  6.  
  7. cwsparam.exe : cwsparam.c control.h gotypes.h
  8.     $(CC) $(CFLAGS) -e$*.exe cwsparam.c
  9.     del cwsparam.obj
  10.  
  11. clean:
  12.     del cwsparam.exe
  13.